body {
  background-color: rgb(211, 165, 165);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: rgb(33, 37, 41);
}
input{
  background-color: rgb(255, 255, 255);
  color: rgb(33, 37, 41);
  padding: 12px 20px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; 
  border-radius: 5px;
  border: none;
  font: 1em 'Open Sans', sans-serif;
  animation-delay: 0.25s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
}
form {
  border: 8px solid rgb(83, 16, 16);
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  background-color: rgb(15, 13, 13);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
button {
  background-color:rgb(82, 6, 6);
  color: rgb(255, 253, 253);
  padding: 12px 20px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; 
  border-radius: 5px;
  border: none;
  font: 1em 'Open Sans', sans-serif;
}
iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
h1 {
    font-size: 48px;
    color: rgb(2, 2, 2);
    text-align: center;
}
h3 {
  font-size: 36px;
  color: rgb(16, 1, 1);
  text-align: center;
}
h2 {
  font-size: 24px;
  color: rgb(4, 0, 0);
  text-align: center;
}
p {
  font-size: 18px;
  color: rgb(243, 242, 242);
  text-align: center;
}
.container {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a{
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
}
button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(82, 6, 6);
  cursor: pointer;
  transition-delay: 20ms;
}
form:hover {
  background-color: rgb(155, 74, 74);
  color: rgb(82, 6, 6);
  cursor: pointer;
  transition-delay: 20ms;
}